/* Login icons: the Glyphicons webfont 404s on the server, so render the two login icons via the site's own Font Awesome */
.glyphicon-user:before{content:"\f007"!important;font-family:FontAwesome!important}
.glyphicon-lock:before{content:"\f023"!important;font-family:FontAwesome!important}
/* Restore login background image (the browser save skipped this file) */
body:has(.login-panel){background-image:url('economy-getty.jpg')!important}
